ResourceRefreshLock Method (String, String, ActiveLock) |
Refresh the lock on a resource by resetting the lock timeout.
Namespace:
Independentsoft.Webdav
Assembly:
Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntaxpublic ActiveLock RefreshLock(
string address,
string timeout,
ActiveLock activeLock
)
Public Function RefreshLock (
address As String,
timeout As String,
activeLock As ActiveLock
) As ActiveLock
Parameters
- address
- Type: SystemString
The URI that identifies the resource. - timeout
- Type: SystemString
The lock timeout as either "Second-n" (where "n" is number between 0 and 4294967295) or "Infinite". - activeLock
- Type: Independentsoft.WebdavActiveLock
The lock on resource to refresh lock.
Return Value
Type:
ActiveLockAn ActiveLock as result of refresh lock operation.
See Also